home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / gear / 3d / 3d_a1.exe / GEAR.BAT < prev    next >
DOS Batch File  |  1993-11-30  |  493b  |  26 lines

  1. q:
  2. \run386 \t_uty\gaiji.exp -g b:\3d.dot
  3. cd\gear
  4.     %1\t_file\chkmem -maxi 32 -inqu 1536
  5.     if errorlevel 1 goto run
  6.  
  7.     %1\sidework\sidework -r
  8.  
  9.     %1\t_file\chkmem -maxi 32 -inqu 1152
  10.     if errorlevel 1 goto exec
  11.                     goto skip
  12.  
  13. :exec
  14.     %1\run386 -spritmap -maxi 32 tg_play.exp %2 %3 %4 %5 %6
  15.  
  16. :skip
  17.     %1\sidework\sidework
  18.     goto end
  19.  
  20. :run
  21.     %1\run386 -spritmap -maxi 32 tg_play.exp %2 %3 %4 %5 %6
  22.  
  23. :end
  24. cd\
  25. rem \run386 \t_uty\gaiji.exp -g [file name]
  26.